package com.boc_eu.adoweb.adows.adoscript; import org.adoxx.adows.client.ADOxxWebService; public class GetTOC extends AdoScript { public GetTOC(ADOxxWebService service) { String script = "CC \"Documentation\" XML_TOC_FOR_USER_ID update-toc:1"; execute(service, script, "xml"); } }